projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75cd0b8
)
ostree-pull: GOptionEntry must be NULL terminated
author
Diego Escalante Urrelo
<diegoe@igalia.com>
Thu, 5 Apr 2012 05:56:29 +0000
(
00:56
-0500)
committer
Colin Walters
<walters@verbum.org>
Thu, 5 Apr 2012 13:05:22 +0000
(09:05 -0400)
src/ostree/ostree-pull.c
patch
|
blob
|
history
diff --git
a/src/ostree/ostree-pull.c
b/src/ostree/ostree-pull.c
index 695251fd1f587aeecba3f1e586f0c5977c27af6e..b6a035d870afa7008cd915b15da36f75f143436d 100644
(file)
--- a/
src/ostree/ostree-pull.c
+++ b/
src/ostree/ostree-pull.c
@@
-31,6
+31,7
@@
gboolean verbose;
static GOptionEntry options[] = {
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "Show more information", NULL },
+ { NULL },
};
static void